com.justhis.util.exception
Class XMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.justhis.util.exception.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends java.lang.Exception

TODO DOCUMENT ME!

Version:
$Revision: 1.1 $
Author:
acai
See Also:
Serialized Form

Constructor Summary
XMLException()
          Creates a new XMLException object.
XMLException(java.lang.String message)
          Creates a new XMLException object.
XMLException(java.lang.String message, java.lang.Throwable cause)
          Creates a new XMLException object.
XMLException(java.lang.Throwable cause)
          Creates a new XMLException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLException

public XMLException()
Creates a new XMLException object.


XMLException

public XMLException(java.lang.String message)
Creates a new XMLException object.

Parameters:
message - TODO

XMLException

public XMLException(java.lang.Throwable cause)
Creates a new XMLException object.

Parameters:
cause - TODO

XMLException

public XMLException(java.lang.String message,
                    java.lang.Throwable cause)
Creates a new XMLException object.

Parameters:
message - TODO
cause - TODO


Copyright © 2003 EastNetworks.Net(China)Co.,Ltd.. All Rights Reserved.